Html Css Color HEX #CC267E Deep Cerise

📋 copy color: '#CC267E'

red 204 ◦ green 38 ◦ blue 126

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

Shades of Deep Cerise #CC267E

Tints of Deep Cerise #CC267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 55.43%
G = 10.33%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC267E (or 0xCC267E) is known color: Deep Cerise. HEX triplet: CC, 26 and 7E. RGB value is (204,38,126). Sum of RGB (Red+Green+Blue) = 204+38+126=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 38 (15.23% from 255 or 10.33% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC267E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC267E is #33D981. Grayscale: #616161. Windows color (decimal): -3398018 or 8267468. OLE color: 8267468.

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

Color convert

RGB 204 38 126 -
CMYK 0 0.81 0.38 0.2
HSL 328.19º 0.69% 0.47% -
HSV(B) 328.19º 0.81% 0.8% -
XYZ 29.36 15.73 21.23 -
YUV 97.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 204 38 126 0 0.81 0.38 0.2 328.19 0.69 0.47
Hex CC 26 7E 0 51 26 14 148 45 2F
Octal 314 46 176 0 121 46 24 510 105 57
Binary 11001100 100110 1111110 0 1010001 100110 10100 101001000 1000101 101111

Color Harmonies of #CC267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC267E

Black with #CC267E

Text Example


Text Example

White with #CC267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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