Html Css Color HEX #CF4CBB Fuchsia

📋 copy color: '#CF4CBB'

red 207 ◦ green 76 ◦ blue 187

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

Shades of Fuchsia #CF4CBB

Tints of Fuchsia #CF4CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

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

R = 44.04%
G = 16.17%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF4CBB (or 0xCF4CBB) is known color: Fuchsia. HEX triplet: CF, 4C and BB. RGB value is (207,76,187). Sum of RGB (Red+Green+Blue) = 207+76+187=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CBB is #30B344. Grayscale: #7F7F7F. Windows color (decimal): -3191621 or 12274895. OLE color: 12274895.

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

Color convert

RGB 207 76 187 -
CMYK 0 0.63 0.10 0.19
HSL 309.16º 0.58% 0.55% -
HSV(B) 309.16º 0.63% 0.81% -
XYZ 37.29 22.02 49.3 -
YUV 127.82 161.4 184.47 -
System Red Green Blue C M Y K H S L
Decimal 207 76 187 0 0.63 0.10 0.19 309.16 0.58 0.55
Hex CF 4C BB 0 3F A 13 135 3A 37
Octal 317 114 273 0 77 12 23 465 72 67
Binary 11001111 1001100 10111011 0 111111 1010 10011 100110101 111010 110111

Color Harmonies of #CF4CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CBB

Black with #CF4CBB

Text Example


Text Example

White with #CF4CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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