Html Css Color HEX #CC124A Crimson

📋 copy color: '#CC124A'

red 204 ◦ green 18 ◦ blue 74

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

Shades of Crimson #CC124A

Tints of Crimson #CC124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

 BLUE value IS 74 (29.3% from 255) = 25%

R = 68.92%
G = 6.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC124A (or 0xCC124A) is known color: Crimson. HEX triplet: CC, 12 and 4A. RGB value is (204,18,74). Sum of RGB (Red+Green+Blue) = 204+18+74=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC124A is #33EDB5. Grayscale: #4F4F4F. Windows color (decimal): -3403190 or 4854476. OLE color: 4854476.

HSL color Cylindrical-coordinate representation of color #CC124A: hue angle of 341.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC124A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 74 -
CMYK 0 0.91 0.64 0.2
HSL 341.94º 0.84% 0.44% -
HSV(B) 341.94º 0.91% 0.8% -
XYZ 26.35 13.76 7.75 -
YUV 80 124.62 216.45 -
System Red Green Blue C M Y K H S L
Decimal 204 18 74 0 0.91 0.64 0.2 341.94 0.84 0.44
Hex CC 12 4A 0 5B 40 14 156 54 2C
Octal 314 22 112 0 133 100 24 526 124 54
Binary 11001100 10010 1001010 0 1011011 1000000 10100 101010110 1010100 101100

Color Harmonies of #CC124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC124A

Black with #CC124A

Text Example


Text Example

White with #CC124A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC124A; }

 p { color: rgb(204,18,74); }

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

background-color css

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

 a { background-color: rgb(204,18,74); }

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

border-color css

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

 span { border-color: rgb(204,18,74); }

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