Html Css Color HEX #CF4AB8 Fuchsia

📋 copy color: '#CF4AB8'

red 207 ◦ green 74 ◦ blue 184

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

Shades of Fuchsia #CF4AB8

Tints of Fuchsia #CF4AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.57%

R = 44.52%
G = 15.91%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF4AB8 (or 0xCF4AB8) is known color: Fuchsia. HEX triplet: CF, 4A and B8. RGB value is (207,74,184). Sum of RGB (Red+Green+Blue) = 207+74+184=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AB8 is #30B547. Grayscale: #7D7D7D. Windows color (decimal): -3192136 or 12077775. OLE color: 12077775.

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

Color convert

RGB 207 74 184 -
CMYK 0 0.64 0.11 0.19
HSL 310.38º 0.58% 0.55% -
HSV(B) 310.38º 0.64% 0.81% -
XYZ 36.83 21.62 47.58 -
YUV 126.31 160.56 185.56 -
System Red Green Blue C M Y K H S L
Decimal 207 74 184 0 0.64 0.11 0.19 310.38 0.58 0.55
Hex CF 4A B8 0 40 B 13 136 3A 37
Octal 317 112 270 0 100 13 23 466 72 67
Binary 11001111 1001010 10111000 0 1000000 1011 10011 100110110 111010 110111

Color Harmonies of #CF4AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AB8

Black with #CF4AB8

Text Example


Text Example

White with #CF4AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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