Html Css Color HEX #CC124B Crimson

📋 copy color: '#CC124B'

red 204 ◦ green 18 ◦ blue 75

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

Shades of Crimson #CC124B

Tints of Crimson #CC124B

RGB

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

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

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

R = 68.69%
G = 6.06%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC124B (or 0xCC124B) is known color: Crimson. HEX triplet: CC, 12 and 4B. RGB value is (204,18,75). Sum of RGB (Red+Green+Blue) = 204+18+75=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC124B is #33EDB4. Grayscale: #505050. Windows color (decimal): -3403189 or 4920012. OLE color: 4920012.

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

Color convert

RGB 204 18 75 -
CMYK 0 0.91 0.63 0.2
HSL 341.61º 0.84% 0.44% -
HSV(B) 341.61º 0.91% 0.8% -
XYZ 26.39 13.78 7.93 -
YUV 80.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 204 18 75 0 0.91 0.63 0.2 341.61 0.84 0.44
Hex CC 12 4B 0 5B 3F 14 156 54 2C
Octal 314 22 113 0 133 77 24 526 124 54
Binary 11001100 10010 1001011 0 1011011 111111 10100 101010110 1010100 101100

Color Harmonies of #CC124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC124B

Black with #CC124B

Text Example


Text Example

White with #CC124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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