Html Css Color HEX #CF377A Deep Cerise

📋 copy color: '#CF377A'

red 207 ◦ green 55 ◦ blue 122

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

Shades of Deep Cerise #CF377A

Tints of Deep Cerise #CF377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 53.91%
G = 14.32%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF377A (or 0xCF377A) is known color: Deep Cerise. HEX triplet: CF, 37 and 7A. RGB value is (207,55,122). Sum of RGB (Red+Green+Blue) = 207+55+122=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF377A is #30C885. Grayscale: #6B6B6B. Windows color (decimal): -3197062 or 8009679. OLE color: 8009679.

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

Color convert

RGB 207 55 122 -
CMYK 0 0.73 0.41 0.19
HSL 333.55º 0.61% 0.51% -
HSV(B) 333.55º 0.73% 0.81% -
XYZ 30.61 17.4 20.16 -
YUV 108.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 207 55 122 0 0.73 0.41 0.19 333.55 0.61 0.51
Hex CF 37 7A 0 49 29 13 14E 3D 33
Octal 317 67 172 0 111 51 23 516 75 63
Binary 11001111 110111 1111010 0 1001001 101001 10011 101001110 111101 110011

Color Harmonies of #CF377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF377A

Black with #CF377A

Text Example


Text Example

White with #CF377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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