Html Css Color HEX #CF04A4 Medium Violet Red

📋 copy color: '#CF04A4'

red 207 ◦ green 4 ◦ blue 164

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

Shades of Medium Violet Red #CF04A4

Tints of Medium Violet Red #CF04A4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 55.2%
G = 1.07%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF04A4 (or 0xCF04A4) is known color: Medium Violet Red. HEX triplet: CF, 04 and A4. RGB value is (207,4,164). Sum of RGB (Red+Green+Blue) = 207+4+164=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF04A4 is #30FB5B. Grayscale: #525252. Windows color (decimal): -3210076 or 10749135. OLE color: 10749135.

HSL color Cylindrical-coordinate representation of color #CF04A4: hue angle of 312.71º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04A4 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 164 -
CMYK 0 0.98 0.21 0.19
HSL 312.71º 0.96% 0.41% -
HSV(B) 312.71º 0.98% 0.81% -
XYZ 32.48 16.03 36.5 -
YUV 82.94 173.75 216.49 -
System Red Green Blue C M Y K H S L
Decimal 207 4 164 0 0.98 0.21 0.19 312.71 0.96 0.41
Hex CF 4 A4 0 62 15 13 139 60 29
Octal 317 4 244 0 142 25 23 471 140 51
Binary 11001111 100 10100100 0 1100010 10101 10011 100111001 1100000 101001

Color Harmonies of #CF04A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF04A4

Black with #CF04A4

Text Example


Text Example

White with #CF04A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF04A4; }

 p { color: rgb(207,4,164); }

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

background-color css

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

 a { background-color: rgb(207,4,164); }

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

border-color css

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

 span { border-color: rgb(207,4,164); }

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