Html Css Color HEX #CC104C Crimson

📋 copy color: '#CC104C'

red 204 ◦ green 16 ◦ blue 76

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

Shades of Crimson #CC104C

Tints of Crimson #CC104C

RGB

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

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

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

R = 68.92%
G = 5.41%
B = 25.68%

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

#CC104C (or 0xCC104C) is known color: Crimson. HEX triplet: CC, 10 and 4C. RGB value is (204,16,76). Sum of RGB (Red+Green+Blue) = 204+16+76=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC104C is #33EFB3. Grayscale: #4F4F4F. Windows color (decimal): -3403700 or 4985036. OLE color: 4985036.

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

Color convert

RGB 204 16 76 -
CMYK 0 0.92 0.63 0.2
HSL 340.85º 0.85% 0.43% -
HSV(B) 340.85º 0.92% 0.8% -
XYZ 26.39 13.73 8.1 -
YUV 79.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 204 16 76 0 0.92 0.63 0.2 340.85 0.85 0.43
Hex CC 10 4C 0 5C 3F 14 155 55 2B
Octal 314 20 114 0 134 77 24 525 125 53
Binary 11001100 10000 1001100 0 1011100 111111 10100 101010101 1010101 101011

Color Harmonies of #CC104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC104C

Black with #CC104C

Text Example


Text Example

White with #CC104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC104C; }

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

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

background-color css

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

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

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

border-color css

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

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

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