Html Css Color HEX #CF6BB4 Fuchsia

📋 copy color: '#CF6BB4'

red 207 ◦ green 107 ◦ blue 180

#CF6BB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF6BB4

Tints of Fuchsia #CF6BB4

RGB

 RED value IS 207 (81.25% from 255) = 41.9%

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 41.9%
G = 21.66%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF6BB4 (or 0xCF6BB4) is known color: Fuchsia. HEX triplet: CF, 6B and B4. RGB value is (207,107,180). Sum of RGB (Red+Green+Blue) = 207+107+180=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BB4 is #30944B. Grayscale: #919191. Windows color (decimal): -3183692 or 11824079. OLE color: 11824079.

HSL color Cylindrical-coordinate representation of color #CF6BB4: hue angle of 316.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BB4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 107 180 -
CMYK 0 0.48 0.13 0.19
HSL 316.2º 0.51% 0.62% -
HSV(B) 316.2º 0.48% 0.81% -
XYZ 39.23 27.08 46.34 -
YUV 145.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 207 107 180 0 0.48 0.13 0.19 316.2 0.51 0.62
Hex CF 6B B4 0 30 D 13 13C 33 3E
Octal 317 153 264 0 60 15 23 474 63 76
Binary 11001111 1101011 10110100 0 110000 1101 10011 100111100 110011 111110

Color Harmonies of #CF6BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6BB4

Black with #CF6BB4

Text Example


Text Example

White with #CF6BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6BB4; }

 p { color: rgb(207,107,180); }

 H1.HeaderClassName
 {
   color: #CF6BB4;
 }
 .AnyTagClassName
 {
   color: #CF6BB4;
 }
</style>

background-color css

<style>
 a { background-color: #CF6BB4; }

 a { background-color: rgb(207,107,180); }

 div.DivClassName
 {
   background-color: #CF6BB4;
 }
 .BgClassName
 {
   background-color: #CF6BB4;
 }
</style>

border-color css

<style>
 span { border-color: #CF6BB4; }

 span { border-color: rgb(207,107,180); }

 td.TdClassName
 {
   border-color: #CF6BB4;
 }
 .TagClassName
 {
   border-color: #CF6BB4;
 }
</style>