Html Css Color HEX #CF5CB9 Fuchsia

📋 copy color: '#CF5CB9'

red 207 ◦ green 92 ◦ blue 185

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

Shades of Fuchsia #CF5CB9

Tints of Fuchsia #CF5CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 42.77%
G = 19.01%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF5CB9 (or 0xCF5CB9) is known color: Fuchsia. HEX triplet: CF, 5C and B9. RGB value is (207,92,185). Sum of RGB (Red+Green+Blue) = 207+92+185=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB9 is #30A346. Grayscale: #888888. Windows color (decimal): -3187527 or 12147919. OLE color: 12147919.

HSL color Cylindrical-coordinate representation of color #CF5CB9: hue angle of 311.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CB9 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 92 185 -
CMYK 0 0.56 0.11 0.19
HSL 311.48º 0.55% 0.59% -
HSV(B) 311.48º 0.56% 0.81% -
XYZ 38.32 24.42 48.59 -
YUV 136.99 155.1 177.94 -
System Red Green Blue C M Y K H S L
Decimal 207 92 185 0 0.56 0.11 0.19 311.48 0.55 0.59
Hex CF 5C B9 0 38 B 13 137 37 3B
Octal 317 134 271 0 70 13 23 467 67 73
Binary 11001111 1011100 10111001 0 111000 1011 10011 100110111 110111 111011

Color Harmonies of #CF5CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CB9

Black with #CF5CB9

Text Example


Text Example

White with #CF5CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CB9; }

 p { color: rgb(207,92,185); }

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

background-color css

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

 a { background-color: rgb(207,92,185); }

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

border-color css

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

 span { border-color: rgb(207,92,185); }

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