Html Css Color HEX #CC0643 Crimson

📋 copy color: '#CC0643'

red 204 ◦ green 6 ◦ blue 67

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

Shades of Crimson #CC0643

Tints of Crimson #CC0643

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 73.65%
G = 2.17%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC0643 (or 0xCC0643) is known color: Crimson. HEX triplet: CC, 06 and 43. RGB value is (204,6,67). Sum of RGB (Red+Green+Blue) = 204+6+67=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0643 is #33F9BC. Grayscale: #484848. Windows color (decimal): -3406269 or 4392652. OLE color: 4392652.

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

Color convert

RGB 204 6 67 -
CMYK 0 0.97 0.67 0.2
HSL 341.52º 0.94% 0.41% -
HSV(B) 341.52º 0.97% 0.8% -
XYZ 25.98 13.37 6.52 -
YUV 72.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 204 6 67 0 0.97 0.67 0.2 341.52 0.94 0.41
Hex CC 6 43 0 61 43 14 156 5E 29
Octal 314 6 103 0 141 103 24 526 136 51
Binary 11001100 110 1000011 0 1100001 1000011 10100 101010110 1011110 101001

Color Harmonies of #CC0643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0643

Black with #CC0643

Text Example


Text Example

White with #CC0643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0643; }

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

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

background-color css

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

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

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

border-color css

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

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

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