Html Css Color HEX #CF4AC6 Fuchsia

📋 copy color: '#CF4AC6'

red 207 ◦ green 74 ◦ blue 198

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

Shades of Fuchsia #CF4AC6

Tints of Fuchsia #CF4AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.34%

R = 43.22%
G = 15.45%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF4AC6 (or 0xCF4AC6) is known color: Fuchsia. HEX triplet: CF, 4A and C6. RGB value is (207,74,198). Sum of RGB (Red+Green+Blue) = 207+74+198=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AC6 is #30B539. Grayscale: #7F7F7F. Windows color (decimal): -3192122 or 12995279. OLE color: 12995279.

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

Color convert

RGB 207 74 198 -
CMYK 0 0.64 0.04 0.19
HSL 304.06º 0.58% 0.55% -
HSV(B) 304.06º 0.64% 0.81% -
XYZ 38.37 22.24 55.7 -
YUV 127.9 167.56 184.42 -
System Red Green Blue C M Y K H S L
Decimal 207 74 198 0 0.64 0.04 0.19 304.06 0.58 0.55
Hex CF 4A C6 0 40 4 13 130 3A 37
Octal 317 112 306 0 100 4 23 460 72 67
Binary 11001111 1001010 11000110 0 1000000 100 10011 100110000 111010 110111

Color Harmonies of #CF4AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AC6

Black with #CF4AC6

Text Example


Text Example

White with #CF4AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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