Html Css Color HEX #CC267C Deep Cerise

📋 copy color: '#CC267C'

red 204 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #CC267C

Tints of Deep Cerise #CC267C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 55.74%
G = 10.38%
B = 33.88%

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

#CC267C (or 0xCC267C) is known color: Deep Cerise. HEX triplet: CC, 26 and 7C. RGB value is (204,38,124). Sum of RGB (Red+Green+Blue) = 204+38+124=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC267C is #33D983. Grayscale: #616161. Windows color (decimal): -3398020 or 8136396. OLE color: 8136396.

HSL color Cylindrical-coordinate representation of color #CC267C: hue angle of 328.92º 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 #CC267C is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 124 -
CMYK 0 0.81 0.39 0.2
HSL 328.92º 0.69% 0.47% -
HSV(B) 328.92º 0.81% 0.8% -
XYZ 29.23 15.68 20.55 -
YUV 97.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 204 38 124 0 0.81 0.39 0.2 328.92 0.69 0.47
Hex CC 26 7C 0 51 27 14 149 45 2F
Octal 314 46 174 0 121 47 24 511 105 57
Binary 11001100 100110 1111100 0 1010001 100111 10100 101001001 1000101 101111

Color Harmonies of #CC267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC267C

Black with #CC267C

Text Example


Text Example

White with #CC267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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