Html Css Color HEX #CC104B Crimson

📋 copy color: '#CC104B'

red 204 ◦ green 16 ◦ blue 75

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

Shades of Crimson #CC104B

Tints of Crimson #CC104B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 69.15%
G = 5.42%
B = 25.42%

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

#CC104B (or 0xCC104B) is known color: Crimson. HEX triplet: CC, 10 and 4B. RGB value is (204,16,75). Sum of RGB (Red+Green+Blue) = 204+16+75=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC104B is #33EFB4. Grayscale: #4E4E4E. Windows color (decimal): -3403701 or 4919500. OLE color: 4919500.

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

Color convert

RGB 204 16 75 -
CMYK 0 0.92 0.63 0.2
HSL 341.17º 0.85% 0.43% -
HSV(B) 341.17º 0.92% 0.8% -
XYZ 26.36 13.72 7.91 -
YUV 78.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 204 16 75 0 0.92 0.63 0.2 341.17 0.85 0.43
Hex CC 10 4B 0 5C 3F 14 155 55 2B
Octal 314 20 113 0 134 77 24 525 125 53
Binary 11001100 10000 1001011 0 1011100 111111 10100 101010101 1010101 101011

Color Harmonies of #CC104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC104B

Black with #CC104B

Text Example


Text Example

White with #CC104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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