Html Css Color HEX #CF34A0 Deep Cerise

📋 copy color: '#CF34A0'

red 207 ◦ green 52 ◦ blue 160

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

Shades of Deep Cerise #CF34A0

Tints of Deep Cerise #CF34A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 49.4%
G = 12.41%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF34A0 (or 0xCF34A0) is known color: Deep Cerise. HEX triplet: CF, 34 and A0. RGB value is (207,52,160). Sum of RGB (Red+Green+Blue) = 207+52+160=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF34A0 is #30CB5F. Grayscale: #6E6E6E. Windows color (decimal): -3197792 or 10499279. OLE color: 10499279.

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

Color convert

RGB 207 52 160 -
CMYK 0 0.75 0.23 0.19
HSL 318.19º 0.62% 0.51% -
HSV(B) 318.19º 0.75% 0.81% -
XYZ 33.31 18.26 35.03 -
YUV 110.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 207 52 160 0 0.75 0.23 0.19 318.19 0.62 0.51
Hex CF 34 A0 0 4B 17 13 13E 3E 33
Octal 317 64 240 0 113 27 23 476 76 63
Binary 11001111 110100 10100000 0 1001011 10111 10011 100111110 111110 110011

Color Harmonies of #CF34A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF34A0

Black with #CF34A0

Text Example


Text Example

White with #CF34A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF34A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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