Html Css Color HEX #CC203F Cardinal

📋 copy color: '#CC203F'

red 204 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #CC203F

Tints of Cardinal #CC203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 63 (25% from 255) = 21.07%

R = 68.23%
G = 10.7%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC203F (or 0xCC203F) is known color: Cardinal. HEX triplet: CC, 20 and 3F. RGB value is (204,32,63). Sum of RGB (Red+Green+Blue) = 204+32+63=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC203F is #33DFC0. Grayscale: #575757. Windows color (decimal): -3399617 or 4137164. OLE color: 4137164.

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

Color convert

RGB 204 32 63 -
CMYK 0 0.84 0.69 0.2
HSL 349.19º 0.73% 0.46% -
HSV(B) 349.19º 0.84% 0.8% -
XYZ 26.32 14.23 6.06 -
YUV 86.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 204 32 63 0 0.84 0.69 0.2 349.19 0.73 0.46
Hex CC 20 3F 0 54 45 14 15D 49 2E
Octal 314 40 77 0 124 105 24 535 111 56
Binary 11001100 100000 111111 0 1010100 1000101 10100 101011101 1001001 101110

Color Harmonies of #CC203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC203F

Black with #CC203F

Text Example


Text Example

White with #CC203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC203F; }

 p { color: rgb(204,32,63); }

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

background-color css

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

 a { background-color: rgb(204,32,63); }

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

border-color css

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

 span { border-color: rgb(204,32,63); }

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