Html Css Color HEX #CF378E Deep Cerise

📋 copy color: '#CF378E'

red 207 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #CF378E

Tints of Deep Cerise #CF378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.61%

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 51.24%
G = 13.61%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF378E (or 0xCF378E) is known color: Deep Cerise. HEX triplet: CF, 37 and 8E. RGB value is (207,55,142). Sum of RGB (Red+Green+Blue) = 207+55+142=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378E is #30C871. Grayscale: #6E6E6E. Windows color (decimal): -3197042 or 9320399. OLE color: 9320399.

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

Color convert

RGB 207 55 142 -
CMYK 0 0.73 0.31 0.19
HSL 325.66º 0.61% 0.51% -
HSV(B) 325.66º 0.73% 0.81% -
XYZ 31.98 17.95 27.37 -
YUV 110.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 207 55 142 0 0.73 0.31 0.19 325.66 0.61 0.51
Hex CF 37 8E 0 49 1F 13 146 3D 33
Octal 317 67 216 0 111 37 23 506 75 63
Binary 11001111 110111 10001110 0 1001001 11111 10011 101000110 111101 110011

Color Harmonies of #CF378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF378E

Black with #CF378E

Text Example


Text Example

White with #CF378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF378E; }

 p { color: rgb(207,55,142); }

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

background-color css

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

 a { background-color: rgb(207,55,142); }

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

border-color css

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

 span { border-color: rgb(207,55,142); }

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