Html Css Color HEX #CF6DB6 Fuchsia

📋 copy color: '#CF6DB6'

red 207 ◦ green 109 ◦ blue 182

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

Shades of Fuchsia #CF6DB6

Tints of Fuchsia #CF6DB6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

 BLUE value IS 182 (71.48% from 255) = 36.55%

R = 41.57%
G = 21.89%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF6DB6 (or 0xCF6DB6) is known color: Fuchsia. HEX triplet: CF, 6D and B6. RGB value is (207,109,182). Sum of RGB (Red+Green+Blue) = 207+109+182=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DB6 is #309249. Grayscale: #929292. Windows color (decimal): -3183178 or 11955663. OLE color: 11955663.

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

Color convert

RGB 207 109 182 -
CMYK 0 0.47 0.12 0.19
HSL 315.31º 0.51% 0.62% -
HSV(B) 315.31º 0.47% 0.81% -
XYZ 39.64 27.58 47.49 -
YUV 146.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 207 109 182 0 0.47 0.12 0.19 315.31 0.51 0.62
Hex CF 6D B6 0 2F C 13 13B 33 3E
Octal 317 155 266 0 57 14 23 473 63 76
Binary 11001111 1101101 10110110 0 101111 1100 10011 100111011 110011 111110

Color Harmonies of #CF6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DB6

Black with #CF6DB6

Text Example


Text Example

White with #CF6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DB6; }

 p { color: rgb(207,109,182); }

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

background-color css

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

 a { background-color: rgb(207,109,182); }

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

border-color css

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

 span { border-color: rgb(207,109,182); }

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