Html Css Color HEX #CF4AB2 Fuchsia

📋 copy color: '#CF4AB2'

red 207 ◦ green 74 ◦ blue 178

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

Shades of Fuchsia #CF4AB2

Tints of Fuchsia #CF4AB2

RGB

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

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

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

R = 45.1%
G = 16.12%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF4AB2 (or 0xCF4AB2) is known color: Fuchsia. HEX triplet: CF, 4A and B2. RGB value is (207,74,178). Sum of RGB (Red+Green+Blue) = 207+74+178=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AB2 is #30B54D. Grayscale: #7D7D7D. Windows color (decimal): -3192142 or 11684559. OLE color: 11684559.

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

Color convert

RGB 207 74 178 -
CMYK 0 0.64 0.14 0.19
HSL 313.08º 0.58% 0.55% -
HSV(B) 313.08º 0.64% 0.81% -
XYZ 36.22 21.38 44.34 -
YUV 125.62 157.56 186.04 -
System Red Green Blue C M Y K H S L
Decimal 207 74 178 0 0.64 0.14 0.19 313.08 0.58 0.55
Hex CF 4A B2 0 40 E 13 139 3A 37
Octal 317 112 262 0 100 16 23 471 72 67
Binary 11001111 1001010 10110010 0 1000000 1110 10011 100111001 111010 110111

Color Harmonies of #CF4AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AB2

Black with #CF4AB2

Text Example


Text Example

White with #CF4AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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