Html Css Color HEX #CF4CB2 Fuchsia

📋 copy color: '#CF4CB2'

red 207 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #CF4CB2

Tints of Fuchsia #CF4CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.61%

R = 44.9%
G = 16.49%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF4CB2 (or 0xCF4CB2) is known color: Fuchsia. HEX triplet: CF, 4C and B2. RGB value is (207,76,178). Sum of RGB (Red+Green+Blue) = 207+76+178=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4CB2 is #30B34D. Grayscale: #7E7E7E. Windows color (decimal): -3191630 or 11685071. OLE color: 11685071.

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

Color convert

RGB 207 76 178 -
CMYK 0 0.63 0.14 0.19
HSL 313.28º 0.58% 0.55% -
HSV(B) 313.28º 0.63% 0.81% -
XYZ 36.35 21.65 44.38 -
YUV 126.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 207 76 178 0 0.63 0.14 0.19 313.28 0.58 0.55
Hex CF 4C B2 0 3F E 13 139 3A 37
Octal 317 114 262 0 77 16 23 471 72 67
Binary 11001111 1001100 10110010 0 111111 1110 10011 100111001 111010 110111

Color Harmonies of #CF4CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CB2

Black with #CF4CB2

Text Example


Text Example

White with #CF4CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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