Html Css Color HEX #CF359E Deep Cerise

📋 copy color: '#CF359E'

red 207 ◦ green 53 ◦ blue 158

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

Shades of Deep Cerise #CF359E

Tints of Deep Cerise #CF359E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 49.52%
G = 12.68%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF359E (or 0xCF359E) is known color: Deep Cerise. HEX triplet: CF, 35 and 9E. RGB value is (207,53,158). Sum of RGB (Red+Green+Blue) = 207+53+158=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF359E is #30CA61. Grayscale: #6E6E6E. Windows color (decimal): -3197538 or 10368463. OLE color: 10368463.

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

Color convert

RGB 207 53 158 -
CMYK 0 0.74 0.24 0.19
HSL 319.09º 0.62% 0.51% -
HSV(B) 319.09º 0.74% 0.81% -
XYZ 33.18 18.28 34.13 -
YUV 111.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 207 53 158 0 0.74 0.24 0.19 319.09 0.62 0.51
Hex CF 35 9E 0 4A 18 13 13F 3E 33
Octal 317 65 236 0 112 30 23 477 76 63
Binary 11001111 110101 10011110 0 1001010 11000 10011 100111111 111110 110011

Color Harmonies of #CF359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF359E

Black with #CF359E

Text Example


Text Example

White with #CF359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF359E; }

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

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

background-color css

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

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

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

border-color css

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

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

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