Html Css Color HEX #CC307F Deep Cerise

📋 copy color: '#CC307F'

red 204 ◦ green 48 ◦ blue 127

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

Shades of Deep Cerise #CC307F

Tints of Deep Cerise #CC307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.51%

R = 53.83%
G = 12.66%
B = 33.51%

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

#CC307F (or 0xCC307F) is known color: Deep Cerise. HEX triplet: CC, 30 and 7F. RGB value is (204,48,127). Sum of RGB (Red+Green+Blue) = 204+48+127=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC307F is #33CF80. Grayscale: #676767. Windows color (decimal): -3395457 or 8335564. OLE color: 8335564.

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

Color convert

RGB 204 48 127 -
CMYK 0 0.76 0.38 0.2
HSL 329.62º 0.62% 0.49% -
HSV(B) 329.62º 0.76% 0.8% -
XYZ 29.79 16.48 21.69 -
YUV 103.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 204 48 127 0 0.76 0.38 0.2 329.62 0.62 0.49
Hex CC 30 7F 0 4C 26 14 14A 3E 31
Octal 314 60 177 0 114 46 24 512 76 61
Binary 11001100 110000 1111111 0 1001100 100110 10100 101001010 111110 110001

Color Harmonies of #CC307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC307F

Black with #CC307F

Text Example


Text Example

White with #CC307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC307F; }

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

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

background-color css

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

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

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

border-color css

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

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

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