Html Css Color HEX #CF378C Deep Cerise

📋 copy color: '#CF378C'

red 207 ◦ green 55 ◦ blue 140

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

Shades of Deep Cerise #CF378C

Tints of Deep Cerise #CF378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 51.49%
G = 13.68%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF378C (or 0xCF378C) is known color: Deep Cerise. HEX triplet: CF, 37 and 8C. RGB value is (207,55,140). Sum of RGB (Red+Green+Blue) = 207+55+140=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378C is #30C873. Grayscale: #6D6D6D. Windows color (decimal): -3197044 or 9189327. OLE color: 9189327.

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

Color convert

RGB 207 55 140 -
CMYK 0 0.73 0.32 0.19
HSL 326.45º 0.61% 0.51% -
HSV(B) 326.45º 0.73% 0.81% -
XYZ 31.83 17.89 26.59 -
YUV 110.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 207 55 140 0 0.73 0.32 0.19 326.45 0.61 0.51
Hex CF 37 8C 0 49 20 13 146 3D 33
Octal 317 67 214 0 111 40 23 506 75 63
Binary 11001111 110111 10001100 0 1001001 100000 10011 101000110 111101 110011

Color Harmonies of #CF378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF378C

Black with #CF378C

Text Example


Text Example

White with #CF378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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