Html Css Color HEX #CC307E Deep Cerise

📋 copy color: '#CC307E'

red 204 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #CC307E

Tints of Deep Cerise #CC307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

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

R = 53.97%
G = 12.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC307E (or 0xCC307E) is known color: Deep Cerise. HEX triplet: CC, 30 and 7E. RGB value is (204,48,126). Sum of RGB (Red+Green+Blue) = 204+48+126=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC307E is #33CF81. Grayscale: #676767. Windows color (decimal): -3395458 or 8270028. OLE color: 8270028.

HSL color Cylindrical-coordinate representation of color #CC307E: hue angle of 330º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC307E is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 126 -
CMYK 0 0.76 0.38 0.2
HSL 330º 0.62% 0.49% -
HSV(B) 330º 0.76% 0.8% -
XYZ 29.72 16.46 21.35 -
YUV 103.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 204 48 126 0 0.76 0.38 0.2 330 0.62 0.49
Hex CC 30 7E 0 4C 26 14 14A 3E 31
Octal 314 60 176 0 114 46 24 512 76 61
Binary 11001100 110000 1111110 0 1001100 100110 10100 101001010 111110 110001

Color Harmonies of #CC307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC307E

Black with #CC307E

Text Example


Text Example

White with #CC307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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