Html Css Color HEX #CF34A4 Deep Cerise

📋 copy color: '#CF34A4'

red 207 ◦ green 52 ◦ blue 164

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

Shades of Deep Cerise #CF34A4

Tints of Deep Cerise #CF34A4

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.29%

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

R = 48.94%
G = 12.29%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF34A4 (or 0xCF34A4) is known color: Deep Cerise. HEX triplet: CF, 34 and A4. RGB value is (207,52,164). Sum of RGB (Red+Green+Blue) = 207+52+164=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34A4 is #30CB5B. Grayscale: #6E6E6E. Windows color (decimal): -3197788 or 10761423. OLE color: 10761423.

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

Color convert

RGB 207 52 164 -
CMYK 0 0.75 0.21 0.19
HSL 316.65º 0.62% 0.51% -
HSV(B) 316.65º 0.75% 0.81% -
XYZ 33.66 18.4 36.9 -
YUV 111.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 207 52 164 0 0.75 0.21 0.19 316.65 0.62 0.51
Hex CF 34 A4 0 4B 15 13 13D 3E 33
Octal 317 64 244 0 113 25 23 475 76 63
Binary 11001111 110100 10100100 0 1001011 10101 10011 100111101 111110 110011

Color Harmonies of #CF34A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF34A4

Black with #CF34A4

Text Example


Text Example

White with #CF34A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF34A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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