Html Css Color HEX #CC114C Crimson

📋 copy color: '#CC114C'

red 204 ◦ green 17 ◦ blue 76

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

Shades of Crimson #CC114C

Tints of Crimson #CC114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 68.69%
G = 5.72%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC114C (or 0xCC114C) is known color: Crimson. HEX triplet: CC, 11 and 4C. RGB value is (204,17,76). Sum of RGB (Red+Green+Blue) = 204+17+76=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC114C is #33EEB3. Grayscale: #4F4F4F. Windows color (decimal): -3403444 or 4985292. OLE color: 4985292.

HSL color Cylindrical-coordinate representation of color #CC114C: hue angle of 341.07º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC114C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 17 76 -
CMYK 0 0.92 0.63 0.2
HSL 341.07º 0.85% 0.43% -
HSV(B) 341.07º 0.92% 0.8% -
XYZ 26.41 13.76 8.1 -
YUV 79.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 204 17 76 0 0.92 0.63 0.2 341.07 0.85 0.43
Hex CC 11 4C 0 5C 3F 14 155 55 2B
Octal 314 21 114 0 134 77 24 525 125 53
Binary 11001100 10001 1001100 0 1011100 111111 10100 101010101 1010101 101011

Color Harmonies of #CC114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC114C

Black with #CC114C

Text Example


Text Example

White with #CC114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC114C; }

 p { color: rgb(204,17,76); }

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

background-color css

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

 a { background-color: rgb(204,17,76); }

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

border-color css

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

 span { border-color: rgb(204,17,76); }

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