Html Css Color HEX #CF357C Deep Cerise

📋 copy color: '#CF357C'

red 207 ◦ green 53 ◦ blue 124

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

Shades of Deep Cerise #CF357C

Tints of Deep Cerise #CF357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 53.91%
G = 13.8%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF357C (or 0xCF357C) is known color: Deep Cerise. HEX triplet: CF, 35 and 7C. RGB value is (207,53,124). Sum of RGB (Red+Green+Blue) = 207+53+124=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357C is #30CA83. Grayscale: #6B6B6B. Windows color (decimal): -3197572 or 8140239. OLE color: 8140239.

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

Color convert

RGB 207 53 124 -
CMYK 0 0.74 0.40 0.19
HSL 332.34º 0.62% 0.51% -
HSV(B) 332.34º 0.74% 0.81% -
XYZ 30.64 17.27 20.79 -
YUV 107.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 207 53 124 0 0.74 0.40 0.19 332.34 0.62 0.51
Hex CF 35 7C 0 4A 28 13 14C 3E 33
Octal 317 65 174 0 112 50 23 514 76 63
Binary 11001111 110101 1111100 0 1001010 101000 10011 101001100 111110 110011

Color Harmonies of #CF357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF357C

Black with #CF357C

Text Example


Text Example

White with #CF357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF357C; }

 p { color: rgb(207,53,124); }

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

background-color css

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

 a { background-color: rgb(207,53,124); }

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

border-color css

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

 span { border-color: rgb(207,53,124); }

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