Html Css Color HEX #CC267D Deep Cerise

📋 copy color: '#CC267D'

red 204 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #CC267D

Tints of Deep Cerise #CC267D

RGB

 RED value IS 204 (80.08% from 255) = 55.59%

 GREEN value IS 38 (15.23% from 255) = 10.35%

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

R = 55.59%
G = 10.35%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC267D (or 0xCC267D) is known color: Deep Cerise. HEX triplet: CC, 26 and 7D. RGB value is (204,38,125). Sum of RGB (Red+Green+Blue) = 204+38+125=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC267D is #33D982. Grayscale: #616161. Windows color (decimal): -3398019 or 8201932. OLE color: 8201932.

HSL color Cylindrical-coordinate representation of color #CC267D: hue angle of 328.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC267D is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 125 -
CMYK 0 0.81 0.39 0.2
HSL 328.55º 0.69% 0.47% -
HSV(B) 328.55º 0.81% 0.8% -
XYZ 29.3 15.7 20.89 -
YUV 97.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 204 38 125 0 0.81 0.39 0.2 328.55 0.69 0.47
Hex CC 26 7D 0 51 27 14 149 45 2F
Octal 314 46 175 0 121 47 24 511 105 57
Binary 11001100 100110 1111101 0 1010001 100111 10100 101001001 1000101 101111

Color Harmonies of #CC267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC267D

Black with #CC267D

Text Example


Text Example

White with #CC267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC267D; }

 p { color: rgb(204,38,125); }

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

background-color css

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

 a { background-color: rgb(204,38,125); }

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

border-color css

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

 span { border-color: rgb(204,38,125); }

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