Html Css Color HEX #CF367D Deep Cerise

📋 copy color: '#CF367D'

red 207 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #CF367D

Tints of Deep Cerise #CF367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 53.63%
G = 13.99%
B = 32.38%

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

#CF367D (or 0xCF367D) is known color: Deep Cerise. HEX triplet: CF, 36 and 7D. RGB value is (207,54,125). Sum of RGB (Red+Green+Blue) = 207+54+125=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF367D is #30C982. Grayscale: #6B6B6B. Windows color (decimal): -3197315 or 8206031. OLE color: 8206031.

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

Color convert

RGB 207 54 125 -
CMYK 0 0.74 0.40 0.19
HSL 332.16º 0.61% 0.51% -
HSV(B) 332.16º 0.74% 0.81% -
XYZ 30.75 17.38 21.14 -
YUV 107.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 207 54 125 0 0.74 0.40 0.19 332.16 0.61 0.51
Hex CF 36 7D 0 4A 28 13 14C 3D 33
Octal 317 66 175 0 112 50 23 514 75 63
Binary 11001111 110110 1111101 0 1001010 101000 10011 101001100 111101 110011

Color Harmonies of #CF367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF367D

Black with #CF367D

Text Example


Text Example

White with #CF367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF367D; }

 p { color: rgb(207,54,125); }

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

background-color css

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

 a { background-color: rgb(207,54,125); }

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

border-color css

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

 span { border-color: rgb(207,54,125); }

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