Html Css Color HEX #CC0943 Crimson

📋 copy color: '#CC0943'

red 204 ◦ green 9 ◦ blue 67

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

Shades of Crimson #CC0943

Tints of Crimson #CC0943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 72.86%
G = 3.21%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC0943 (or 0xCC0943) is known color: Crimson. HEX triplet: CC, 09 and 43. RGB value is (204,9,67). Sum of RGB (Red+Green+Blue) = 204+9+67=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0943 is #33F6BC. Grayscale: #494949. Windows color (decimal): -3405501 or 4393420. OLE color: 4393420.

HSL color Cylindrical-coordinate representation of color #CC0943: hue angle of 342.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0943 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 67 -
CMYK 0 0.96 0.67 0.2
HSL 342.15º 0.92% 0.42% -
HSV(B) 342.15º 0.96% 0.8% -
XYZ 26.01 13.44 6.53 -
YUV 73.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 204 9 67 0 0.96 0.67 0.2 342.15 0.92 0.42
Hex CC 9 43 0 60 43 14 156 5C 2A
Octal 314 11 103 0 140 103 24 526 134 52
Binary 11001100 1001 1000011 0 1100000 1000011 10100 101010110 1011100 101010

Color Harmonies of #CC0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0943

Black with #CC0943

Text Example


Text Example

White with #CC0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0943; }

 p { color: rgb(204,9,67); }

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

background-color css

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

 a { background-color: rgb(204,9,67); }

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

border-color css

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

 span { border-color: rgb(204,9,67); }

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