Html Css Color HEX #CC104D Crimson

📋 copy color: '#CC104D'

red 204 ◦ green 16 ◦ blue 77

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

Shades of Crimson #CC104D

Tints of Crimson #CC104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

 BLUE value IS 77 (30.47% from 255) = 25.93%

R = 68.69%
G = 5.39%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC104D (or 0xCC104D) is known color: Crimson. HEX triplet: CC, 10 and 4D. RGB value is (204,16,77). Sum of RGB (Red+Green+Blue) = 204+16+77=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC104D is #33EFB2. Grayscale: #4F4F4F. Windows color (decimal): -3403699 or 5050572. OLE color: 5050572.

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

Color convert

RGB 204 16 77 -
CMYK 0 0.92 0.62 0.2
HSL 340.53º 0.85% 0.43% -
HSV(B) 340.53º 0.92% 0.8% -
XYZ 26.43 13.74 8.28 -
YUV 79.17 126.78 217.04 -
System Red Green Blue C M Y K H S L
Decimal 204 16 77 0 0.92 0.62 0.2 340.53 0.85 0.43
Hex CC 10 4D 0 5C 3E 14 155 55 2B
Octal 314 20 115 0 134 76 24 525 125 53
Binary 11001100 10000 1001101 0 1011100 111110 10100 101010101 1010101 101011

Color Harmonies of #CC104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC104D

Black with #CC104D

Text Example


Text Example

White with #CC104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC104D; }

 p { color: rgb(204,16,77); }

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

background-color css

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

 a { background-color: rgb(204,16,77); }

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

border-color css

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

 span { border-color: rgb(204,16,77); }

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