Html Css Color HEX #CF4AB6 Fuchsia

📋 copy color: '#CF4AB6'

red 207 ◦ green 74 ◦ blue 182

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

Shades of Fuchsia #CF4AB6

Tints of Fuchsia #CF4AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 44.71%
G = 15.98%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF4AB6 (or 0xCF4AB6) is known color: Fuchsia. HEX triplet: CF, 4A and B6. RGB value is (207,74,182). Sum of RGB (Red+Green+Blue) = 207+74+182=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AB6 is #30B549. Grayscale: #7D7D7D. Windows color (decimal): -3192138 or 11946703. OLE color: 11946703.

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

Color convert

RGB 207 74 182 -
CMYK 0 0.64 0.12 0.19
HSL 311.28º 0.58% 0.55% -
HSV(B) 311.28º 0.64% 0.81% -
XYZ 36.62 21.54 46.48 -
YUV 126.08 159.56 185.72 -
System Red Green Blue C M Y K H S L
Decimal 207 74 182 0 0.64 0.12 0.19 311.28 0.58 0.55
Hex CF 4A B6 0 40 C 13 137 3A 37
Octal 317 112 266 0 100 14 23 467 72 67
Binary 11001111 1001010 10110110 0 1000000 1100 10011 100110111 111010 110111

Color Harmonies of #CF4AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AB6

Black with #CF4AB6

Text Example


Text Example

White with #CF4AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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