Html Css Color HEX #CF4ABB Fuchsia

📋 copy color: '#CF4ABB'

red 207 ◦ green 74 ◦ blue 187

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

Shades of Fuchsia #CF4ABB

Tints of Fuchsia #CF4ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.81%

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

R = 44.23%
G = 15.81%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF4ABB (or 0xCF4ABB) is known color: Fuchsia. HEX triplet: CF, 4A and BB. RGB value is (207,74,187). Sum of RGB (Red+Green+Blue) = 207+74+187=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ABB is #30B544. Grayscale: #7E7E7E. Windows color (decimal): -3192133 or 12274383. OLE color: 12274383.

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

Color convert

RGB 207 74 187 -
CMYK 0 0.64 0.10 0.19
HSL 309.02º 0.58% 0.55% -
HSV(B) 309.02º 0.64% 0.81% -
XYZ 37.15 21.75 49.25 -
YUV 126.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 207 74 187 0 0.64 0.10 0.19 309.02 0.58 0.55
Hex CF 4A BB 0 40 A 13 135 3A 37
Octal 317 112 273 0 100 12 23 465 72 67
Binary 11001111 1001010 10111011 0 1000000 1010 10011 100110101 111010 110111

Color Harmonies of #CF4ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4ABB

Black with #CF4ABB

Text Example


Text Example

White with #CF4ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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