Html Css Color HEX #CF349A Deep Cerise

📋 copy color: '#CF349A'

red 207 ◦ green 52 ◦ blue 154

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

Shades of Deep Cerise #CF349A

Tints of Deep Cerise #CF349A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 50.12%
G = 12.59%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF349A (or 0xCF349A) is known color: Deep Cerise. HEX triplet: CF, 34 and 9A. RGB value is (207,52,154). Sum of RGB (Red+Green+Blue) = 207+52+154=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF349A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF349A is #30CB65. Grayscale: #6D6D6D. Windows color (decimal): -3197798 or 10106063. OLE color: 10106063.

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

Color convert

RGB 207 52 154 -
CMYK 0 0.75 0.26 0.19
HSL 320.52º 0.62% 0.51% -
HSV(B) 320.52º 0.75% 0.81% -
XYZ 32.79 18.05 32.33 -
YUV 109.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 207 52 154 0 0.75 0.26 0.19 320.52 0.62 0.51
Hex CF 34 9A 0 4B 1A 13 141 3E 33
Octal 317 64 232 0 113 32 23 501 76 63
Binary 11001111 110100 10011010 0 1001011 11010 10011 101000001 111110 110011

Color Harmonies of #CF349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF349A

Black with #CF349A

Text Example


Text Example

White with #CF349A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF349A; }

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

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

background-color css

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

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

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

border-color css

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

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

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