Html Css Color HEX #CF5CBB Fuchsia

📋 copy color: '#CF5CBB'

red 207 ◦ green 92 ◦ blue 187

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

Shades of Fuchsia #CF5CBB

Tints of Fuchsia #CF5CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 42.59%
G = 18.93%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF5CBB (or 0xCF5CBB) is known color: Fuchsia. HEX triplet: CF, 5C and BB. RGB value is (207,92,187). Sum of RGB (Red+Green+Blue) = 207+92+187=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CBB is #30A344. Grayscale: #888888. Windows color (decimal): -3187525 or 12278991. OLE color: 12278991.

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

Color convert

RGB 207 92 187 -
CMYK 0 0.56 0.10 0.19
HSL 310.43º 0.55% 0.59% -
HSV(B) 310.43º 0.56% 0.81% -
XYZ 38.53 24.51 49.71 -
YUV 137.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 207 92 187 0 0.56 0.10 0.19 310.43 0.55 0.59
Hex CF 5C BB 0 38 A 13 136 37 3B
Octal 317 134 273 0 70 12 23 466 67 73
Binary 11001111 1011100 10111011 0 111000 1010 10011 100110110 110111 111011

Color Harmonies of #CF5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CBB

Black with #CF5CBB

Text Example


Text Example

White with #CF5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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