Html Css Color HEX #CF6CB5 Fuchsia

📋 copy color: '#CF6CB5'

red 207 ◦ green 108 ◦ blue 181

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

Shades of Fuchsia #CF6CB5

Tints of Fuchsia #CF6CB5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 41.73%
G = 21.77%
B = 36.49%

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

#CF6CB5 (or 0xCF6CB5) is known color: Fuchsia. HEX triplet: CF, 6C and B5. RGB value is (207,108,181). Sum of RGB (Red+Green+Blue) = 207+108+181=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CB5 is #30934A. Grayscale: #919191. Windows color (decimal): -3183435 or 11889871. OLE color: 11889871.

HSL color Cylindrical-coordinate representation of color #CF6CB5: hue angle of 315.76º 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 #CF6CB5 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 108 181 -
CMYK 0 0.48 0.13 0.19
HSL 315.76º 0.51% 0.62% -
HSV(B) 315.76º 0.48% 0.81% -
XYZ 39.44 27.33 46.91 -
YUV 145.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 207 108 181 0 0.48 0.13 0.19 315.76 0.51 0.62
Hex CF 6C B5 0 30 D 13 13C 33 3E
Octal 317 154 265 0 60 15 23 474 63 76
Binary 11001111 1101100 10110101 0 110000 1101 10011 100111100 110011 111110

Color Harmonies of #CF6CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CB5

Black with #CF6CB5

Text Example


Text Example

White with #CF6CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CB5; }

 p { color: rgb(207,108,181); }

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

background-color css

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

 a { background-color: rgb(207,108,181); }

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

border-color css

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

 span { border-color: rgb(207,108,181); }

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